* which-key.el (which-key--create-pages): Untabify.
authorJeremy Bryant <jb@jeremybryant.net>
Sun, 10 Mar 2024 22:45:14 +0000 (22:45 +0000)
committerJustin Burkett <justin@burkett.cc>
Tue, 12 Mar 2024 20:32:47 +0000 (16:32 -0400)
which-key.el

index fcdaec4a1760d0702111de01758e7ca6a104b358..5a3d9386f1daac59135084524b66133e59e32cd4 100644 (file)
@@ -2101,7 +2101,7 @@ is the width of the live window."
          (avl-width (if prefix (- max-width prefix) max-width))
          (vertical (or (and (eq which-key-popup-type 'side-window)
                             (member which-key-side-window-location '(left right)))
-                      (eq which-key-max-display-columns 1)))
+                       (eq which-key-max-display-columns 1)))
          result)
     (setq result
           (which-key--create-pages-1
@@ -2114,7 +2114,7 @@ is the width of the live window."
                 (which-key--maybe-get-prefix-title
                  (key-description prefix-keys))))
       (when prefix-top-bottom
-       ;; Add back the line earlier reserved for the page information.
+        ;; Add back the line earlier reserved for the page information.
         (setf (which-key--pages-height result) max-lines))
       (when (and (= (which-key--pages-num-pages result) 1)
                  (> which-key-min-display-lines